QuickOPC User's Guide and Reference
ExceptionChanged Event



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace > UABaseVariable<TValue,TAttribute> Class : ExceptionChanged Event
Raised when the exception associated with the node has changed.
Syntax
'Declaration
 
Public Event ExceptionChanged As EventHandler
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim handler As EventHandler
 
AddHandler instance.ExceptionChanged, handler
public event EventHandler ExceptionChanged
public:
event EventHandler^ ExceptionChanged
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also